runtime._panic.goexit (field)

6 uses

	runtime (current package)
		panic.go#L457: 	p.goexit = true
		panic.go#L548: 		if !p.link.goexit {
		panic.go#L552: 	if p.goexit {
		panic.go#L866: 			if gp._panic != nil && gp._panic.goexit && gp._panic.aborted {
		panic.go#L969: 	if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
		runtime2.go#L977: 	goexit    bool